home *** CD-ROM | disk | FTP | other *** search
/ QRZ! Ham Radio 4 / QRZ Ham Radio Callsign Database - Volume 4.iso / files / dsp / 56ktools / a5611.tz / a5611 / examples / README < prev    next >
Text File  |  1992-08-11  |  1KB  |  28 lines

  1. DSP56001 code examples -
  2.  
  3. These code samples are fragments that run at interrupt time to generate
  4. the next sample.  Additional code is required to set up the processor
  5. and hardware based on the specific configuration.  A portion of my runtime
  6. environment is illustrated in tdsg.basic.a56, which is included by most
  7. of the examples.  It is assumed that external 0-wait-state RAM exists in
  8. all spaces, and that a stereo A/D and DAC are hooked up to the SSI ports,
  9. in alternating L/R format.
  10.  
  11. Some of the code is based on stuff from the Motorola Dr. Bubb BBS and
  12. Todd Day's archives.
  13.  
  14. The Makefile processes .a56 files by first running them through cpp.
  15. The resulting .omf files are suitable for downloading by sloader.a56.
  16.  
  17. On my hardware, the MSG macro, and the disp subroutine output stuff to a
  18. two-digit hex display.  
  19.  
  20. For more information on the stereo effects examples (chorus.a56, flange.a56,
  21. and reverb.a56) see README.effects.
  22.  
  23.  
  24. 12/14/91
  25.  
  26. Quinn Jensen
  27. Please direct correspondence to jensenq@qcj.icon.com
  28.